shared library

英 [ʃeəd ˈlaɪbrəri] 美 [ʃerd ˈlaɪbreri]

网络  共享链接库; 共享库; 动态库; 共享函数库; 共享带库

计算机



双语例句

  1. Use a JAR file placed in a WebSphere shared library associated with the channel and gateway enterprise applications.
    使用与渠道和网关企业应用程序关联的WebSphere共享库里的JAR文件。
  2. The kernel can keep a single copy of a shared library in memory, sharing it among multiple applications.
    内核可以在内存中保持某个共享程序库的一个惟一副本,并在多个应用程序间共享这个副本。
  3. Open the Script Library view of the shared library.
    打开共享库的ScriptLibrary视图。
  4. This will also provide consistency of having interfaces in a shared library.
    这样还会提供共享库中接口的一致性。
  5. This tutorial shows you how to compile and run your VTI UDR as a shared library.
    本教程向您展示如何编译并将您的VTIUDR作为共享库运行。
  6. If all goes well, the shared library should appear in the lib folder.
    如果一切顺利,共享库应该出现在lib文件夹中。
  7. It renames the shared library and alters the stored procedures using the new library name.
    它对此共享库进行重命名,并使用新的库名称来更改存储过程。
  8. A shared library is potentially mapped to a new memory address every time it gets loaded.
    在每次加载一个共享库时,可以将其潜在地映射为一个新的内存地址。
  9. Compile the plug-in source and create a shared library.
    编译插件源代码,并创建一个共享库。
  10. One useful tool for debugging shared library problems is ldd.
    ldd是调试共享程序库问题的一个实用工具。
  11. This tutorial demonstrates how to use a shared library in conjunction with the VTI.
    本教程展示如何使用共享库连同VTI。
  12. The shared library in this demonstration implements a print method.
    该演示中的共享库实现一个打印方法。
  13. Set the scope of the shared library; it's one of a Cell, a Node, and a Server.
    设置共享库的范围;可以是计算单元、节点和服务器中的一个。
  14. In UNIX-like systems, such as Solaris, the LD_LIBRARY_PATH environment variable specifies the shared library search order.
    在类UNIX系统中,如Solaris,LDLIBRARYPATH环境变量可以指定共享库搜索顺序。
  15. This tutorial also shows you how to debug UDR code that resides in a shared library.
    本教程还向您展示如何调试位于共享库中的UDR代码。
  16. This linking process merges code from separately compiled source files, along with shared library code, to form an executable program.
    这一链接过程将来自独立编译好的各个源文件的代码和共享库代码合并起来,从而形成了一个可执行程序。
  17. This will produce a file named malloc. so, which is a shared library containing our code.
    该程序将生成一个名为malloc.so的文件,它是一个包含有我们的代码的共享库。
  18. The client application might also need to include a JAR file for a shared library, if used.
    客户机应用程序可能还需要包括共享库(如果使用)的JAR文件。
  19. To selectively export symbols from a shared library, use the g++ attribute mechanism.
    为了从一个共享库中有选择地导出符号,可以使用g++属性机制。
  20. Finally, you created a sample shared library for an application.
    最后,为应用程序创建了示例共享库。
  21. Compile the C UDR and create a shared library.
    编译CUDR并创建一个共享库。
  22. Within the application server directory, add a dependency to the shared library in the deployment plan.
    在应用服务器目录中,向部署计划添加对共享库的依赖关系。
  23. Xerces-C++ is a validating XML parser that is provided as a shared library.
    Xerces-C++是一个作为共享库提供的XML验证解析器。
  24. Provide the class path and the library name, and create the shared library.
    提供类路径和库名称,并创建共享库。
  25. Build the Xerces-C++ shared library by following the thorough instructions in the doc/ html folder.
    按照doc/html文件夹中的详细指导编译Xerces-C++共享库。
  26. Restarting the computer is needed because Safe Web uses a shared library with other F-Secure products.
    重启机器是必要的,因为SafeWeb与其他F-Secure产品使用共同的数据库。
  27. Can I replace objects in a shared library?
    我能更改一个动态连接库里的目标吗?
  28. Any function from any shared library will serve this purpose.
    来自所有共享库的任何方法都可以满足这一目的。
  29. Common shared library code is in the Libraries/ base project.
    普通共享库代码在de>Libraries/basede>工程。
  30. Wl,-Bsymbolic tells the linker to bind references within the shared library, when possible.
    WI和-Bsymbolic告诉链接器在可能的情况下绑定共享库中的引用。